home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Development / Source / Telnet 2.6.1d1 4⁄26⁄94 Folder / source / vs / rsmac.proto.h < prev    next >
Text File  |  1994-03-25  |  3KB  |  69 lines

  1.  
  2. /* rsmac.c */
  3. void    RSunload(void);
  4. void RSinitall(short max);
  5. short RSTextSelected(short w);
  6. void RSsetConst(short w);
  7. short RSsetwind(short w);
  8. void RSbell(short w);
  9. void RScursblink(short w);
  10. void RScursblinkon(short w);
  11. void RScursblinkoff(short w);
  12. void RScursoff(short w);
  13. void RScurson(short w, short x, short y);
  14. void RSTextFont(short myfnum, short myfsiz, short myface);
  15. void RSsetattr(short a);
  16. void DoHiliteMode(void);
  17. void RSinvText(short w, Point curr, Point last, RectPtr constrain);
  18. void RSdraw(short w, short x, short y, short a, short len, char *ptr);
  19. void RSdelcols(short w, short n);
  20. void RSdelchars(short w, short x, short y, short n);
  21. void RSdellines(short w, short t, short b, short n, short scrolled);
  22. void RSerase(short w, short x1, short y1, short x2, short y2);
  23. void RSinslines(short w, short t, short b, short n, short scrolled);
  24. void RSinscols(short w, short n);
  25. void RSinsstring(short w, short x, short y, short a, short len, char *ptr);
  26. void RSsendstring(short w, char *ptr, short len);
  27. void RSmargininfo(short w, short total, short current);
  28. void RSbufinfo(short w, short total, short current, short bottom);
  29. GrafPtr RSgetwindow(short w);
  30. void RSattach(short w, GrafPtr wind);
  31. void RSdetach(short w);
  32. short RSfindvwind(GrafPtr wind);
  33. short RSfindscroll(ControlHandle control, short *n);
  34. void RSregnconv(RgnHandle regn, short *x1, short *y1, short *x2, short *y2, short fh, short fw);
  35. short RSupdate(GrafPtr wind);
  36. short RSupdprint(WindowPeek wind);
  37. Point getlocalmouse(GrafPtr wind);
  38. Point normalize(Point in_long, short w);
  39. void HandleDoubleClick(short w);
  40. void    RSsortAnchors(short w);
  41. void RSselect(short w, Point pt, EventRecord theEvent);
  42. void RSactivate(short w);
  43. void RSdeactivate(short w);
  44. char **RSGetTextSel(short w, short table);
  45. void RSsetsize(short w, short v, short h);
  46. void RSdrawsep(short w, short y1, short draw);
  47. void RSfontmetrics(void);
  48. void RSchangefont(short w, short fnum, long fsiz, short resizwind);
  49. short RSgetfont(short w, short *pfnum, short *pfsiz);
  50. short RSnewwindow(RectPtr wDims, short scrollback, short width, short lines, StringPtr name, short wrapon, short fnum, short fsiz, short showit, short goaway, short forcesave);
  51. void RSkillwindow(short w);
  52. void RSzoom(GrafPtr window, short code, short shifted);
  53. void RSsize(GrafPtr window, long *where, long modifiers);
  54. short RSclick(GrafPtr window, EventRecord theEvent);
  55. pascal void ScrollProc(ControlHandle control, short part);
  56. void RShide(short w);
  57. void RSshow(short w);
  58. void RScprompt(short w);
  59. short RSsetcolor(short w, short n, unsigned short r, unsigned short g, unsigned short b);
  60. Boolean NewRSsetcolor(short w, short n, RGBColor Color);
  61. void RSgetcolor(short w, short n, unsigned short *r, unsigned short *g, unsigned short *b);
  62. short RSmouseintext(short w, Point myPoint);
  63. void RSskip(short w, Boolean on);
  64. short RSokmem(short amount);
  65. void RScalcwsize(short w, short width);
  66. void RSbackground(short w, short value);
  67. void RScheckmaxwind(Rect *origRect, short origW, short origH, short *endW, short *endH);
  68. short ClickInContent(Point where, short w);
  69.